ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChartBase<T> Class / Footer Property

In This Topic
    Footer Property (FlexChartBase<T>)
    In This Topic
    Gets or sets the text displayed in the chart footer.
    Syntax
    'Declaration
     
    Public Property Footer As String
    public string Footer {get; set;}
    See Also